home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMEDITTABLE / TFRMEDITTABLE.txt
Text File  |  2006-04-19  |  22KB  |  860 lines

  1. object frmEditTable: TfrmEditTable
  2.   Left = 194
  3.   Top = 108
  4.   ActiveControl = gridHTMLTable
  5.   BorderIcons = [biSystemMenu, biMaximize]
  6.   ClientHeight = 399
  7.   ClientWidth = 580
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Menu = menuMainMenu
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 16
  24.   object Panel2: TPanel
  25.     Left = 0
  26.     Top = 161
  27.     Width = 580
  28.     Height = 238
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     Caption = 'Panel2'
  32.     TabOrder = 0
  33.     ExplicitTop = 178
  34.     ExplicitHeight = 221
  35.     object PnlCaption: TPanel
  36.       Left = 0
  37.       Top = 0
  38.       Width = 580
  39.       Height = 18
  40.       Align = alTop
  41.       BevelOuter = bvNone
  42.       Color = clActiveCaption
  43.       Ctl3D = True
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clCaptionText
  46.       Font.Height = -12
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = [fsBold]
  49.       ParentCtl3D = False
  50.       ParentFont = False
  51.       TabOrder = 0
  52.       ExplicitLeft = 1
  53.       ExplicitTop = -6
  54.       object Panel8: TPanel
  55.         Left = 560
  56.         Top = 0
  57.         Width = 20
  58.         Height = 18
  59.         Align = alRight
  60.         BevelOuter = bvNone
  61.         Color = clActiveCaption
  62.         TabOrder = 0
  63.         object SpdBtnMaximize: TSpeedButton
  64.           Left = 0
  65.           Top = 2
  66.           Width = 17
  67.           Height = 15
  68.           Layout = blGlyphTop
  69.           OnClick = SpdBtnMaximizeClick
  70.         end
  71.       end
  72.     end
  73.     object PnlPreview: TPanel
  74.       Left = 0
  75.       Top = 18
  76.       Width = 580
  77.       Height = 220
  78.       Align = alClient
  79.       BevelInner = bvRaised
  80.       BevelOuter = bvNone
  81.       BorderStyle = bsSingle
  82.       TabOrder = 1
  83.       ExplicitHeight = 198
  84.       object gridHTMLTable: THTMLGrid
  85.         Left = 1
  86.         Top = 1
  87.         Width = 574
  88.         Height = 214
  89.         HelpContext = 5380
  90.         Alignment = talLeft
  91.         BorderSize = 1
  92.         CellPadding = 1
  93.         CellSpacing = 2
  94.         BackColor = -1
  95.         BorderColor = -1
  96.         LightBorderColor = -1
  97.         DarkBorderColor = -1
  98.         ColCount = 1
  99.         RowCount = 1
  100.         ExternalBorders = [ebLeft, ebRight, ebTop, ebBottom]
  101.         InternalBorders = ibAll
  102.         ShowNBSP = False
  103.         TagCase = tcUpper
  104.         AttrCase = tcUpper
  105.         UseNamedColors = False
  106.         Align = alClient
  107.         Ctl3D = True
  108.         Font.Charset = DEFAULT_CHARSET
  109.         Font.Color = clWindowText
  110.         Font.Height = -13
  111.         Font.Name = 'Arial'
  112.         Font.Style = []
  113.         ParentCtl3D = False
  114.         ParentFont = False
  115.         ParentShowHint = False
  116.         PopupMenu = popupTable
  117.         ShowHint = True
  118.         TabOrder = 0
  119.         TabStop = True
  120.         OnEnter = gridHTMLTableEnter
  121.         OnExit = gridHTMLTableExit
  122.         OnChangeSelection = gridHTMLTableChangeSelection
  123.         OnCellChanged = gridHTMLTableCellChanged
  124.         OnChange = gridHTMLTableChange
  125.         AlwaysShowBorder = True
  126.         ExplicitHeight = 192
  127.       end
  128.     end
  129.   end
  130.   object PnlTop: TPanel
  131.     Left = 0
  132.     Top = 0
  133.     Width = 580
  134.     Height = 161
  135.     Align = alTop
  136.     BevelOuter = bvNone
  137.     Font.Charset = ANSI_CHARSET
  138.     Font.Color = clWindowText
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = []
  142.     ParentFont = False
  143.     TabOrder = 1
  144.     object gbProperties: TGroupBox
  145.       Left = 8
  146.       Top = 8
  147.       Width = 477
  148.       Height = 86
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clBlack
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ParentFont = False
  155.       TabOrder = 0
  156.       object lblWidth: TLabel
  157.         Left = 8
  158.         Top = 29
  159.         Width = 3
  160.         Height = 13
  161.         Font.Charset = DEFAULT_CHARSET
  162.         Font.Color = clBlack
  163.         Font.Height = -11
  164.         Font.Name = 'MS Sans Serif'
  165.         Font.Style = []
  166.         ParentFont = False
  167.       end
  168.       object lblBorder: TLabel
  169.         Left = 162
  170.         Top = 29
  171.         Width = 3
  172.         Height = 13
  173.         Font.Charset = DEFAULT_CHARSET
  174.         Font.Color = clBlack
  175.         Font.Height = -11
  176.         Font.Name = 'MS Sans Serif'
  177.         Font.Style = []
  178.         ParentFont = False
  179.       end
  180.       object lblCellPadding: TLabel
  181.         Left = 282
  182.         Top = 29
  183.         Width = 3
  184.         Height = 13
  185.         Font.Charset = DEFAULT_CHARSET
  186.         Font.Color = clBlack
  187.         Font.Height = -11
  188.         Font.Name = 'MS Sans Serif'
  189.         Font.Style = []
  190.         ParentFont = False
  191.       end
  192.       object lblCellSpacing: TLabel
  193.         Left = 282
  194.         Top = 56
  195.         Width = 3
  196.         Height = 13
  197.         Font.Charset = DEFAULT_CHARSET
  198.         Font.Color = clBlack
  199.         Font.Height = -11
  200.         Font.Name = 'MS Sans Serif'
  201.         Font.Style = []
  202.         ParentFont = False
  203.       end
  204.       object lblHeight: TLabel
  205.         Left = 8
  206.         Top = 56
  207.         Width = 3
  208.         Height = 13
  209.         Font.Charset = DEFAULT_CHARSET
  210.         Font.Color = clBlack
  211.         Font.Height = -11
  212.         Font.Name = 'MS Sans Serif'
  213.         Font.Style = []
  214.         ParentFont = False
  215.       end
  216.       object CheckWidth: TCheckBox
  217.         Left = 120
  218.         Top = 29
  219.         Width = 31
  220.         Height = 13
  221.         HelpContext = 228
  222.         Caption = '%'
  223.         TabOrder = 0
  224.         OnClick = CheckWidthClick
  225.       end
  226.       object CheckHeight: TCheckBox
  227.         Left = 120
  228.         Top = 56
  229.         Width = 31
  230.         Height = 13
  231.         HelpContext = 228
  232.         Caption = '%'
  233.         TabOrder = 1
  234.         OnClick = CheckHeightClick
  235.       end
  236.       object spinWidth: TcxSpinEdit
  237.         Left = 64
  238.         Top = 25
  239.         Properties.ClearKey = 46
  240.         Properties.ImmediatePost = True
  241.         Properties.MaxValue = 9999.000000000000000000
  242.         Properties.OnChange = spinWidthChange
  243.         TabOrder = 2
  244.         Width = 50
  245.       end
  246.       object spinHeight: TcxSpinEdit
  247.         Left = 64
  248.         Top = 52
  249.         Properties.ClearKey = 46
  250.         Properties.ImmediatePost = True
  251.         Properties.MaxValue = 9999.000000000000000000
  252.         Properties.OnChange = spinHeightChange
  253.         TabOrder = 3
  254.         Width = 50
  255.       end
  256.       object spinBorder: TcxSpinEdit
  257.         Left = 213
  258.         Top = 25
  259.         Properties.ClearKey = 46
  260.         Properties.ImmediatePost = True
  261.         Properties.MaxValue = 9999.000000000000000000
  262.         Properties.OnChange = spinBorderChange
  263.         TabOrder = 4
  264.         Width = 50
  265.       end
  266.       object spinPadding: TcxSpinEdit
  267.         Left = 404
  268.         Top = 25
  269.         Properties.ClearKey = 46
  270.         Properties.ImmediatePost = True
  271.         Properties.MaxValue = 9999.000000000000000000
  272.         Properties.OnChange = spinCellPaddingCellChange
  273.         TabOrder = 5
  274.         Value = 1
  275.         Width = 50
  276.       end
  277.       object spinSpacing: TcxSpinEdit
  278.         Left = 404
  279.         Top = 52
  280.         Properties.ClearKey = 46
  281.         Properties.ImmediatePost = True
  282.         Properties.MaxValue = 9999.000000000000000000
  283.         Properties.OnChange = spinCellSpacingChange
  284.         TabOrder = 6
  285.         Value = 2
  286.         Width = 50
  287.       end
  288.     end
  289.     object BorderPnl: TPanel
  290.       Left = 502
  291.       Top = 0
  292.       Width = 78
  293.       Height = 161
  294.       Align = alRight
  295.       BevelOuter = bvNone
  296.       TabOrder = 2
  297.       ExplicitHeight = 178
  298.       object btnCancel: TButton
  299.         Left = 0
  300.         Top = 37
  301.         Width = 72
  302.         Height = 22
  303.         HelpContext = 44
  304.         Cancel = True
  305.         Font.Charset = DEFAULT_CHARSET
  306.         Font.Color = clBlack
  307.         Font.Height = -11
  308.         Font.Name = 'MS Sans Serif'
  309.         Font.Style = []
  310.         ModalResult = 2
  311.         ParentFont = False
  312.         TabOrder = 1
  313.         OnClick = btnCancelClick
  314.       end
  315.       object btnOk: TButton
  316.         Left = 0
  317.         Top = 12
  318.         Width = 72
  319.         Height = 22
  320.         HelpContext = 49
  321.         Default = True
  322.         Font.Charset = DEFAULT_CHARSET
  323.         Font.Color = clBlack
  324.         Font.Height = -11
  325.         Font.Name = 'MS Sans Serif'
  326.         Font.Style = []
  327.         ModalResult = 1
  328.         ParentFont = False
  329.         TabOrder = 0
  330.         OnClick = btnOkClick
  331.       end
  332.       object btnHelp: TButton
  333.         Left = 0
  334.         Top = 66
  335.         Width = 72
  336.         Height = 22
  337.         HelpContext = 7
  338.         Font.Charset = DEFAULT_CHARSET
  339.         Font.Color = clBlack
  340.         Font.Height = -11
  341.         Font.Name = 'MS Sans Serif'
  342.         Font.Style = []
  343.         ParentFont = False
  344.         TabOrder = 2
  345.         OnClick = btnHelpClick
  346.       end
  347.     end
  348.     object gbColors: TGroupBox
  349.       Left = 9
  350.       Top = 100
  351.       Width = 290
  352.       Height = 51
  353.       Font.Charset = DEFAULT_CHARSET
  354.       Font.Color = clBlack
  355.       Font.Height = -11
  356.       Font.Name = 'MS Sans Serif'
  357.       Font.Style = []
  358.       ParentFont = False
  359.       TabOrder = 1
  360.       object lblBackColor: TLabel
  361.         Left = 8
  362.         Top = 24
  363.         Width = 3
  364.         Height = 13
  365.         Font.Charset = DEFAULT_CHARSET
  366.         Font.Color = clBlack
  367.         Font.Height = -11
  368.         Font.Name = 'MS Sans Serif'
  369.         Font.Style = []
  370.         ParentFont = False
  371.       end
  372.       object lblBorderColor: TLabel
  373.         Left = 158
  374.         Top = 24
  375.         Width = 3
  376.         Height = 13
  377.         Font.Charset = DEFAULT_CHARSET
  378.         Font.Color = clBlack
  379.         Font.Height = -11
  380.         Font.Name = 'MS Sans Serif'
  381.         Font.Style = []
  382.         ParentFont = False
  383.       end
  384.       object exp1: TImage
  385.         Left = 144
  386.         Top = 24
  387.         Width = 13
  388.         Height = 12
  389.         AutoSize = True
  390.       end
  391.       object cboxBackColor: TcxColorComboBox
  392.         Left = 83
  393.         Top = 21
  394.         Properties.AllowSelectColor = True
  395.         Properties.ClearKey = 46
  396.         Properties.ColorBoxWidth = 17
  397.         Properties.ColorComboStyle = cxccsComboList
  398.         Properties.ColorDialogType = cxcdtCustom
  399.         Properties.CustomColors = <>
  400.         Properties.ImmediatePost = True
  401.         Properties.ImmediateUpdateText = True
  402.         Properties.NamingConvention = cxncHTML4
  403.         Properties.PrepareList = cxplHTML4
  404.         Properties.Revertable = True
  405.         Properties.ShowDescriptions = False
  406.         Properties.OnChange = colbtnBackColorColorChange
  407.         Properties.OnSelectCustomColor = cboxBackColorPropertiesSelectCustomColor
  408.         TabOrder = 0
  409.         Width = 55
  410.       end
  411.       object cboxBorderColor: TcxColorComboBox
  412.         Left = 204
  413.         Top = 20
  414.         Properties.AllowSelectColor = True
  415.         Properties.ClearKey = 46
  416.         Properties.ColorBoxWidth = 17
  417.         Properties.ColorComboStyle = cxccsComboList
  418.         Properties.ColorDialogType = cxcdtCustom
  419.         Properties.CustomColors = <>
  420.         Properties.ImmediatePost = True
  421.         Properties.ImmediateUpdateText = True
  422.         Properties.NamingConvention = cxncHTML4
  423.         Properties.PrepareList = cxplHTML4
  424.         Properties.Revertable = True
  425.         Properties.ShowDescriptions = False
  426.         Properties.OnChange = colbtnBorderColorColorChange
  427.         Properties.OnSelectCustomColor = cboxBackColorPropertiesSelectCustomColor
  428.         TabOrder = 1
  429.         Width = 55
  430.       end
  431.     end
  432.     object gbAlign: TGroupBox
  433.       Left = 305
  434.       Top = 100
  435.       Width = 180
  436.       Height = 51
  437.       TabOrder = 3
  438.       object ComboAlign: TComboBox
  439.         Left = 8
  440.         Top = 20
  441.         Width = 165
  442.         Height = 21
  443.         HelpContext = 1037
  444.         Style = csDropDownList
  445.         Font.Charset = ANSI_CHARSET
  446.         Font.Color = clWindowText
  447.         Font.Height = -11
  448.         Font.Name = 'Microsoft Sans Serif'
  449.         Font.Style = []
  450.         ItemHeight = 13
  451.         ParentFont = False
  452.         TabOrder = 0
  453.         OnChange = rgAlignClick
  454.       end
  455.     end
  456.   end
  457.   object popupTable: TPopupMenu
  458.     OnPopup = popupTablePopup
  459.     Left = 525
  460.     Top = 274
  461.     object miEditTable: TMenuItem
  462.       ImageIndex = 36
  463.       OnClick = mmiEditTableExecute
  464.     end
  465.     object mnuEditCell: TMenuItem
  466.       OnClick = mnuEditCellClick
  467.     end
  468.     object mnuFormat: TMenuItem
  469.       object mnuFont: TMenuItem
  470.         ImageIndex = 73
  471.         ShortCut = 16452
  472.         OnClick = mnuFontClick
  473.       end
  474.       object mnuHeader: TMenuItem
  475.         ImageIndex = 77
  476.         object mnuH1: TMenuItem
  477.           ShortCut = 24625
  478.           OnClick = mmiBoldExecute
  479.         end
  480.         object mnuH2: TMenuItem
  481.           ShortCut = 24626
  482.           OnClick = mmiBoldExecute
  483.         end
  484.         object mnuH3: TMenuItem
  485.           ShortCut = 24627
  486.           OnClick = mmiBoldExecute
  487.         end
  488.         object mnuH4: TMenuItem
  489.           ShortCut = 24628
  490.           OnClick = mmiBoldExecute
  491.         end
  492.         object mnuH5: TMenuItem
  493.           ShortCut = 24629
  494.           OnClick = mmiBoldExecute
  495.         end
  496.         object mnuH6: TMenuItem
  497.           ShortCut = 24630
  498.           OnClick = mmiBoldExecute
  499.         end
  500.       end
  501.       object mnuBold: TMenuItem
  502.         ImageIndex = 74
  503.         ShortCut = 16455
  504.         OnClick = mmiBoldExecute
  505.       end
  506.       object mnuItalic: TMenuItem
  507.         ImageIndex = 75
  508.         ShortCut = 16457
  509.         OnClick = mmiBoldExecute
  510.       end
  511.       object mnuUnderline: TMenuItem
  512.         ImageIndex = 76
  513.         ShortCut = 16469
  514.         OnClick = mmiBoldExecute
  515.       end
  516.       object mnuAlignLeft: TMenuItem
  517.         ImageIndex = 79
  518.         ShortCut = 24647
  519.         OnClick = mmiBoldExecute
  520.       end
  521.       object mnuAlignCenter: TMenuItem
  522.         ImageIndex = 78
  523.         ShortCut = 16453
  524.         OnClick = mmiBoldExecute
  525.       end
  526.       object mnuAlignRight: TMenuItem
  527.         ImageIndex = 80
  528.         ShortCut = 24644
  529.         OnClick = mmiBoldExecute
  530.       end
  531.       object mnuJustify: TMenuItem
  532.         ImageIndex = 81
  533.         ShortCut = 24650
  534.         OnClick = mmiBoldExecute
  535.       end
  536.       object N2: TMenuItem
  537.         Caption = '-'
  538.       end
  539.       object mnuBR: TMenuItem
  540.         ImageIndex = 83
  541.         ShortCut = 16450
  542.         OnClick = mmiBoldExecute
  543.       end
  544.       object mnuNoBr: TMenuItem
  545.         ImageIndex = 92
  546.         OnClick = mmiBoldExecute
  547.       end
  548.       object mnuPara: TMenuItem
  549.         ImageIndex = 84
  550.         ShortCut = 16464
  551.         OnClick = mmiBoldExecute
  552.       end
  553.       object mnuComment: TMenuItem
  554.         ImageIndex = 86
  555.         ShortCut = 49229
  556.         OnClick = mmiBoldExecute
  557.       end
  558.       object N3: TMenuItem
  559.         Caption = '-'
  560.       end
  561.       object mnuImage: TMenuItem
  562.         ImageIndex = 44
  563.         ShortCut = 41031
  564.         OnClick = mnuImageClick
  565.       end
  566.       object mnuImageMap: TMenuItem
  567.         ImageIndex = 45
  568.         ShortCut = 41037
  569.         OnClick = mnuImageMapClick
  570.       end
  571.       object mnuLink: TMenuItem
  572.         ImageIndex = 46
  573.         ShortCut = 41048
  574.         OnClick = mnuLinkClick
  575.       end
  576.       object mnuInternalLink: TMenuItem
  577.         ImageIndex = 47
  578.         ShortCut = 41033
  579.         OnClick = mnuInternalLinkClick
  580.       end
  581.     end
  582.     object N1: TMenuItem
  583.       Caption = '-'
  584.     end
  585.     object miUndo: TMenuItem
  586.       ImageIndex = 5
  587.       ShortCut = 16474
  588.       OnClick = mmiUndoExecute
  589.     end
  590.     object miRedo: TMenuItem
  591.       ImageIndex = 6
  592.       ShortCut = 16473
  593.       OnClick = mmiRedoExecute
  594.     end
  595.     object miCut: TMenuItem
  596.       ImageIndex = 7
  597.       ShortCut = 16472
  598.       OnClick = mmiCutExecute
  599.     end
  600.     object miCopy: TMenuItem
  601.       ImageIndex = 8
  602.       ShortCut = 16451
  603.       OnClick = mmiCopyExecute
  604.     end
  605.     object miPaste: TMenuItem
  606.       ImageIndex = 9
  607.       ShortCut = 16470
  608.       OnClick = mmiPasteExecute
  609.     end
  610.     object miErase: TMenuItem
  611.       OnClick = mmiEraseExecute
  612.     end
  613.     object miLine1: TMenuItem
  614.       Caption = '-'
  615.     end
  616.     object miSelectRows: TMenuItem
  617.       OnClick = mmiSelectRowExecute
  618.     end
  619.     object miSelectColumns: TMenuItem
  620.       OnClick = mmiSelectColumnExecute
  621.     end
  622.     object miSelectTable: TMenuItem
  623.       OnClick = mmiSelectTableExecute
  624.     end
  625.     object miLine2: TMenuItem
  626.       Caption = '-'
  627.     end
  628.     object miInsertCells: TMenuItem
  629.       OnClick = mmiInsertCellsExecute
  630.     end
  631.     object miInsertRows: TMenuItem
  632.       OnClick = mmiInsertRowsExecute
  633.     end
  634.     object miInsertColumns: TMenuItem
  635.       OnClick = mmiInsertColumnsExecute
  636.     end
  637.     object miDeleteCells: TMenuItem
  638.       OnClick = mmiDeleteCellsExecute
  639.     end
  640.     object miDeleteRows: TMenuItem
  641.       OnClick = mmiDeleteRowsExecute
  642.     end
  643.     object miDeleteColumns: TMenuItem
  644.       OnClick = mmiDeleteColumnsExecute
  645.     end
  646.     object miSplitCells: TMenuItem
  647.       OnClick = mmiSplitCellsExecute
  648.     end
  649.     object miMergeCells: TMenuItem
  650.       OnClick = mmiMergeCellsExecute
  651.     end
  652.     object miMergeRows: TMenuItem
  653.       OnClick = mmiMergeRowsExecute
  654.     end
  655.     object miMergeColumns: TMenuItem
  656.       OnClick = mmiMergeColumnsExecute
  657.     end
  658.     object miDistrRows: TMenuItem
  659.       OnClick = mmiDistrRowsExecute
  660.     end
  661.     object miDistrColumns: TMenuItem
  662.       OnClick = attrDistrColumnsExecute
  663.     end
  664.     object miLine3: TMenuItem
  665.       Caption = '-'
  666.     end
  667.     object miAddTableProp: TMenuItem
  668.       OnClick = mmiAddTablePropExecute
  669.     end
  670.     object miCellProp: TMenuItem
  671.       OnClick = mmiCellPropExecute
  672.     end
  673.     object miRowProp: TMenuItem
  674.       OnClick = mmiRowPropExecute
  675.     end
  676.     object miColumnProp: TMenuItem
  677.       OnClick = mmiColPropExecute
  678.     end
  679.     object miHeader: TMenuItem
  680.       OnClick = mmiHeaderExecute
  681.     end
  682.     object miFooter: TMenuItem
  683.       OnClick = mmiFooterExecute
  684.     end
  685.   end
  686.   object menuMainMenu: TMainMenu
  687.     Left = 543
  688.     Top = 96
  689.     object mmiFile: TMenuItem
  690.       object mmiNewtable: TMenuItem
  691.         ImageIndex = 36
  692.         ShortCut = 16462
  693.         OnClick = mmiNewTableExecute
  694.       end
  695.       object mmiLoadtable: TMenuItem
  696.         ImageIndex = 1
  697.         ShortCut = 16463
  698.         OnClick = mmiLoadtableExecute
  699.       end
  700.       object N4: TMenuItem
  701.         Caption = '-'
  702.       end
  703.       object mmiSavetable: TMenuItem
  704.         ImageIndex = 3
  705.         ShortCut = 16467
  706.         OnClick = mmiSavetableClick
  707.       end
  708.       object mmiSaveAsTable: TMenuItem
  709.         OnClick = mmiSavetableClick
  710.       end
  711.       object mmiLine1: TMenuItem
  712.         Caption = '-'
  713.       end
  714.       object mmiClose: TMenuItem
  715.         ShortCut = 16499
  716.         OnClick = mmiCloseClick
  717.       end
  718.     end
  719.     object mmiEdit: TMenuItem
  720.       object mmiUndo: TMenuItem
  721.         ImageIndex = 5
  722.         ShortCut = 16474
  723.         OnClick = mmiUndoExecute
  724.       end
  725.       object mmiRedo: TMenuItem
  726.         ImageIndex = 6
  727.         ShortCut = 16473
  728.         OnClick = mmiRedoExecute
  729.       end
  730.       object mmiLine2: TMenuItem
  731.         Caption = '-'
  732.       end
  733.       object mmiCut: TMenuItem
  734.         ImageIndex = 7
  735.         ShortCut = 16472
  736.         OnClick = mmiCutExecute
  737.       end
  738.       object mmiCopy: TMenuItem
  739.         ImageIndex = 8
  740.         ShortCut = 16451
  741.         OnClick = mmiCopyExecute
  742.       end
  743.       object mmiPaste: TMenuItem
  744.         ImageIndex = 9
  745.         ShortCut = 16470
  746.         OnClick = mmiPasteExecute
  747.       end
  748.       object mmiLine3: TMenuItem
  749.         Caption = '-'
  750.       end
  751.       object mmiErase: TMenuItem
  752.         OnClick = mmiEraseExecute
  753.       end
  754.       object mmiEraserow: TMenuItem
  755.         OnClick = mmiEraserowExecute
  756.       end
  757.       object mmiErasecolumn: TMenuItem
  758.         OnClick = mmiEraseColumnExecute
  759.       end
  760.       object mmiErasetable: TMenuItem
  761.         OnClick = mmiEraseTableExecute
  762.       end
  763.       object mmiLine4: TMenuItem
  764.         Caption = '-'
  765.       end
  766.       object mmiSelectRow: TMenuItem
  767.         OnClick = mmiSelectRowExecute
  768.       end
  769.       object mmiSelectcolumn: TMenuItem
  770.         OnClick = mmiSelectColumnExecute
  771.       end
  772.       object mmiSelecttable: TMenuItem
  773.         OnClick = mmiSelectTableExecute
  774.       end
  775.     end
  776.     object mmiOptions: TMenuItem
  777.       object mmiShowNoBreakSpace: TMenuItem
  778.         OnClick = mmiShowNoBreakSpaceExecute
  779.       end
  780.       object mmiForceAllTags: TMenuItem
  781.         OnClick = mmiForceAllTagsClick
  782.       end
  783.       object mmiAlwaysShowBorders: TMenuItem
  784.         Checked = True
  785.         OnClick = mmiAlwaysShowBordersClick
  786.       end
  787.       object mmiUseNamedColors: TMenuItem
  788.         OnClick = mmiUseNamedColorsExecute
  789.       end
  790.     end
  791.     object mmiTable: TMenuItem
  792.       OnClick = popupTablePopup
  793.       object mmiEditTable: TMenuItem
  794.         ImageIndex = 36
  795.         OnClick = mmiEditTableExecute
  796.       end
  797.       object mmiEditCell: TMenuItem
  798.         OnClick = mnuEditCellClick
  799.       end
  800.       object N5: TMenuItem
  801.         Caption = '-'
  802.       end
  803.       object mmiInsertcells: TMenuItem
  804.         OnClick = mmiInsertCellsExecute
  805.       end
  806.       object mmiDeletecells: TMenuItem
  807.         OnClick = mmiDeleteCellsExecute
  808.       end
  809.       object mmiMergecells: TMenuItem
  810.         OnClick = mmiMergeCellsExecute
  811.       end
  812.       object mmiSplitcells: TMenuItem
  813.         OnClick = mmiSplitCellsExecute
  814.       end
  815.       object mmiLine5: TMenuItem
  816.         Caption = '-'
  817.       end
  818.       object mmiInsertcolumns: TMenuItem
  819.         OnClick = mmiInsertColumnsExecute
  820.       end
  821.       object mmiDeletecolumns: TMenuItem
  822.         OnClick = mmiDeleteColumnsExecute
  823.       end
  824.       object mmiMergecolumns: TMenuItem
  825.         OnClick = mmiMergeColumnsExecute
  826.       end
  827.       object mmiLine6: TMenuItem
  828.         Caption = '-'
  829.       end
  830.       object mmiInsertrows: TMenuItem
  831.         OnClick = mmiInsertRowsExecute
  832.       end
  833.       object mmiDeleterows: TMenuItem
  834.         OnClick = mmiDeleteRowsExecute
  835.       end
  836.       object mmiMergerows: TMenuItem
  837.         OnClick = mmiMergeRowsExecute
  838.       end
  839.       object mmiLine7: TMenuItem
  840.         Caption = '-'
  841.       end
  842.       object mmiCellProp: TMenuItem
  843.         OnClick = mmiCellPropExecute
  844.       end
  845.       object mmiRowProp: TMenuItem
  846.         OnClick = mmiRowPropExecute
  847.       end
  848.       object mmiColumnProp: TMenuItem
  849.         OnClick = mmiColPropExecute
  850.       end
  851.       object mmiLine8: TMenuItem
  852.         Caption = '-'
  853.       end
  854.       object mmiAdditionalTableProp: TMenuItem
  855.         OnClick = mmiAddTablePropExecute
  856.       end
  857.     end
  858.   end
  859. end
  860.